home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_povray.idb / usr / freeware / lib / povray31 / revision.doc.z / revision.doc
Encoding:
Text File  |  1999-04-16  |  2.0 KB  |  52 lines

  1.  Here are the changes between public POV-Ray 3.1 and 3.1e
  2.  
  3.  3.1e               03/05/99 Chris Young
  4.  Fixed bump_map bug introduced in 3.1a
  5.  Misc unix/linux fixes and cleanups
  6.  
  7.  3.1d               1/30/99 Chris Young
  8.  Fixed crash in #write of vector or float
  9.  Added #write and #read now support 2d, 4d, & 5d vectors.
  10.  
  11.  3.1c               1/29/99 Chris Young
  12.  Fixed radiosity preview with odd screen size.
  13.  Reinitialized max_trace_level & radiosity_trace_level properly
  14.  Fixed token at end of file with no cr/lf or newline
  15.  
  16.  3.1b               1/18/99 Chris Young
  17.  Blob elements transformed after textures now works
  18.  Can now declare 2D vectors
  19.  Can now declare 4D vectors
  20.  Can now declare 5D vectors as colors
  21.  Fixed vector.v bug
  22.  Partial fix to bump_map bugs
  23.  Fixed bug involving "once" and "interpolate"
  24.  Fixed reflection leak bug
  25.  Fixed potential GPF in ListReflect
  26.  Fixed normal checker, hexagon bug
  27.  Fixed skysphere with no color_map crash
  28.  Fixed transform identifier parsing problem
  29.  Fixed #local with same name as #declare of different type bug
  30.  Fixed average normal bug and other normal flipping problems
  31.  Removed double_illuminate for normal{} but retained it for
  32.   smooth_triangle, smoothed height_fields, and bicubic_patch.
  33.   Will redesign in 3.5 and consider added optional keyword
  34. double_illuminate.
  35.  Fixed normal{average} with no map crash
  36.  Fixed various conic_sweep prism bugs
  37.  Change in resumed render line numbering
  38.  Fixed focal blur gamma correction bug
  39.  Fixed recursive include overflow bug
  40.  Fixed recursive macro overflow bug
  41.  Fixed #write double closing which crashed Linux
  42.  Delete degenerate smooth_triangles when normals bend too much.
  43.  Many MS-Dos changes so C++ compiler can be used.
  44.  Changed EPSILON small value in MS-Dos version
  45.  
  46.  3.1a               9/29/98 Chris Young
  47.  Fixed problem with sor and lathe affecting unix and amiga
  48.  Fixed fclose in FILE_EXISTS
  49.  Fixed crackle and black_hole use of POV_SRAND.
  50.    Note POV_SRAND and POV_RAND no longer reconfigurable
  51.    in frame.h or config.h.  If you redefined them on your
  52.    platform -- don't.